home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1994 / MacHack 1994.toast / MacHack™ 1987-1994 / MacHack™ '93 / Papers '93 / Macintosh as Internet Server ƒ / inetd / InetD Setup / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-08  |  398 b   |  15 lines  |  [TEXT/MPS ]

  1.  
  2. #include <Types.h>
  3. #include <Dialogs.h>
  4. #include <Events.h>
  5.  
  6. pascal Handle ENTRY(short message, short item, short numItems, short CPanelID, EventRecord *theEvent, Handle cdevStorage, DialogPtr CPDialog);
  7.  
  8. pascal Handle 
  9. ENTRY(short message, short item, short numItems, short CPanelID, EventRecord *theEvent, Handle cdevStorage, DialogPtr CPDialog)
  10. {
  11.     DebugStr("\pwe're here...;g");
  12.     
  13.     return 0;
  14. }
  15.